[INFO] cloning repository https://github.com/mihneabuz/inel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mihneabuz/inel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihneabuz%2Finel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihneabuz%2Finel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5d728a1ce34f1027cf02a89bed8d2c9ee34adb84
[INFO] testing mihneabuz/inel against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmihneabuz%2Finel" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mihneabuz/inel
[INFO] finished tweaking git repo https://github.com/mihneabuz/inel
[INFO] tweaked toml for git repo https://github.com/mihneabuz/inel written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mihneabuz/inel on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mihneabuz/inel already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d16208e25d73696bfc09a026a34f4ff8061b375739f0139193b23dc270998dd6
[INFO] running `Command { std: "docker" "start" "-a" "d16208e25d73696bfc09a026a34f4ff8061b375739f0139193b23dc270998dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d16208e25d73696bfc09a026a34f4ff8061b375739f0139193b23dc270998dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d16208e25d73696bfc09a026a34f4ff8061b375739f0139193b23dc270998dd6", kill_on_drop: false }`
[INFO] [stdout] d16208e25d73696bfc09a026a34f4ff8061b375739f0139193b23dc270998dd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc8fd6b79dd2473537c97d937e4e6d2c783b7b83c8fef958a084aaf5390885d8
[INFO] running `Command { std: "docker" "start" "-a" "cc8fd6b79dd2473537c97d937e4e6d2c783b7b83c8fef958a084aaf5390885d8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling aws-lc-rs v1.13.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling io-uring v0.7.8 (https://github.com/mihneabuz/io-uring.git#6a110b16)
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling inel-interface v0.1.0 (/opt/rustwide/workdir/crates/inel-interface)
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling inel-macro v0.1.0 (/opt/rustwide/workdir/crates/inel-macro)
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.46.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling inel-reactor v0.1.0 (/opt/rustwide/workdir/crates/inel-reactor)
[INFO] [stderr]    Compiling inel-executor v0.1.0 (/opt/rustwide/workdir/crates/inel-executor)
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling futures-rustls v0.26.0
[INFO] [stderr]    Compiling inel v0.1.0 (/opt/rustwide/workdir/crates/inel)
[INFO] [stderr]    Compiling inel-benches v0.1.0 (/opt/rustwide/workdir/crates/inel-benches)
[INFO] [stderr]    Compiling inel-examples v0.1.0 (/opt/rustwide/workdir/crates/inel-examples)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "cc8fd6b79dd2473537c97d937e4e6d2c783b7b83c8fef958a084aaf5390885d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc8fd6b79dd2473537c97d937e4e6d2c783b7b83c8fef958a084aaf5390885d8", kill_on_drop: false }`
[INFO] [stdout] cc8fd6b79dd2473537c97d937e4e6d2c783b7b83c8fef958a084aaf5390885d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4a5ebc6f381da77562394bb78f07ccb0de012aae32528add23f3745d2115d15
[INFO] running `Command { std: "docker" "start" "-a" "c4a5ebc6f381da77562394bb78f07ccb0de012aae32528add23f3745d2115d15", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling inel-macro v0.1.0 (/opt/rustwide/workdir/crates/inel-macro)
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling inel-executor v0.1.0 (/opt/rustwide/workdir/crates/inel-executor)
[INFO] [stderr]    Compiling inel-reactor v0.1.0 (/opt/rustwide/workdir/crates/inel-reactor)
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling inel-interface v0.1.0 (/opt/rustwide/workdir/crates/inel-interface)
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling futures-rustls v0.26.0
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling criterion v0.6.0
[INFO] [stderr]    Compiling inel v0.1.0 (/opt/rustwide/workdir/crates/inel)
[INFO] [stderr]    Compiling inel-benches v0.1.0 (/opt/rustwide/workdir/crates/inel-benches)
[INFO] [stderr]    Compiling inel-examples v0.1.0 (/opt/rustwide/workdir/crates/inel-examples)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.04s
[INFO] running `Command { std: "docker" "inspect" "c4a5ebc6f381da77562394bb78f07ccb0de012aae32528add23f3745d2115d15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4a5ebc6f381da77562394bb78f07ccb0de012aae32528add23f3745d2115d15", kill_on_drop: false }`
[INFO] [stdout] c4a5ebc6f381da77562394bb78f07ccb0de012aae32528add23f3745d2115d15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 307ae488ded9e19b9e9da56d341b065edd3d7231ecd1075db2aee2f390243d73
[INFO] running `Command { std: "docker" "start" "-a" "307ae488ded9e19b9e9da56d341b065edd3d7231ecd1075db2aee2f390243d73", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/inel-237324eb6286609e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/unit/main.rs (/opt/rustwide/target/debug/deps/unit-7312a1107d1bbf46)
[INFO] [stdout] 
[INFO] [stdout] running 96 tests
[INFO] [stdout] test compat::hyper::shared ... FAILED
[INFO] [stdout] test combo ... FAILED
[INFO] [stdout] test compat::axum::shared ... FAILED
[INFO] [stdout] test compat::hyper::fixed ... FAILED
[INFO] [stdout] test compat::axum::direct ... FAILED
[INFO] [stdout] test compat::axum::fixed ... FAILED
[INFO] [stdout] test compat::hyper::simple ... FAILED
[INFO] [stdout] test compat::axum::default ... FAILED
[INFO] [stdout] test fs::dir::recursive ... FAILED
[INFO] [stdout] test fs::file::create ... FAILED
[INFO] [stdout] test fs::dir::create ... FAILED
[INFO] [stdout] test compat::rustls::direct ... FAILED
[INFO] [stdout] test compat::rustls::simple ... FAILED
[INFO] [stdout] test fs::dir::error ... FAILED
[INFO] [stdout] test fs::file::append ... FAILED
[INFO] [stdout] test fs::file::direct::append ... FAILED
[INFO] [stdout] test fs::file::direct::create ... FAILED
[INFO] [stdout] test fs::file::direct::error ... FAILED
[INFO] [stdout] test fs::file::direct::open ... FAILED
[INFO] [stdout] test fs::file::direct::split ... FAILED
[INFO] [stdout] test fs::file::errors ... FAILED
[INFO] [stdout] test fs::file::metadata ... FAILED
[INFO] [stdout] test fs::file::no_options ... FAILED
[INFO] [stdout] test fs::file::open ... FAILED
[INFO] [stdout] test fs::file::raw_fd ... FAILED
[INFO] [stdout] test fs::file::split ... FAILED
[INFO] [stdout] test fs::file::split_buffered ... FAILED
[INFO] [stdout] test fs::file::truncate ... FAILED
[INFO] [stdout] test fs::func::error ... FAILED
[INFO] [stdout] test io::bufreader::group::lines ... FAILED
[INFO] [stdout] test fs::func::metadata ... FAILED
[INFO] [stdout] test fs::func::read ... FAILED
[INFO] [stdout] test fs::func::read_buf ... FAILED
[INFO] [stdout] test fs::func::read_to_string ... FAILED
[INFO] [stdout] test io::bufwriter::error ... FAILED
[INFO] [stdout] test fs::func::write_buf ... FAILED
[INFO] [stdout] test init ... FAILED
[INFO] [stdout] test io::bufreader::error ... FAILED
[INFO] [stdout] test io::bufreader::fixed::error ... FAILED
[INFO] [stdout] test io::bufreader::fixed::inner ... FAILED
[INFO] [stdout] test io::bufreader::fixed::lines ... FAILED
[INFO] [stdout] test io::bufreader::fixed::simple ... FAILED
[INFO] [stdout] test io::bufreader::group::error ... FAILED
[INFO] [stdout] test fs::func::exists ... FAILED
[INFO] [stdout] test io::bufreader::group::simple ... FAILED
[INFO] [stdout] test io::bufreader::inner ... FAILED
[INFO] [stdout] test io::group::combo ... FAILED
[INFO] [stdout] test io::bufreader::simple ... FAILED
[INFO] [stdout] test fs::func::write ... FAILED
[INFO] [stdout] test io::bufwriter::fixed::error ... FAILED
[INFO] [stdout] test io::bufwriter::fixed::inner ... FAILED
[INFO] [stdout] test io::bufwriter::fixed::lines ... FAILED
[INFO] [stdout] test io::bufwriter::fixed::simple ... FAILED
[INFO] [stdout] test io::bufwriter::group::error ... FAILED
[INFO] [stdout] test io::bufwriter::group::inner ... FAILED
[INFO] [stdout] test io::bufwriter::group::lines ... FAILED
[INFO] [stdout] test io::bufwriter::group::simple ... FAILED
[INFO] [stdout] test io::bufwriter::inner ... FAILED
[INFO] [stdout] test io::bufwriter::lines ... FAILED
[INFO] [stdout] test io::bufwriter::simple ... FAILED
[INFO] [stdout] test io::bufreader::lines ... FAILED
[INFO] [stdout] test io::group::error ... FAILED
[INFO] [stdout] test io::group::read ... FAILED
[INFO] [stdout] test io::group::write ... FAILED
[INFO] [stdout] test io::read::cancel ... FAILED
[INFO] [stdout] test io::read::fixed ... FAILED
[INFO] [stdout] test io::read::offset ... FAILED
[INFO] [stdout] test io::read::simple ... FAILED
[INFO] [stdout] test io::read::view ... FAILED
[INFO] [stdout] test io::stdio ... FAILED
[INFO] [stdout] test io::write::cancel ... FAILED
[INFO] [stdout] test io::write::fixed ... FAILED
[INFO] [stdout] test io::write::offset ... FAILED
[INFO] [stdout] test io::write::simple ... FAILED
[INFO] [stdout] test io::write::sync ... FAILED
[INFO] [stdout] test io::write::view ... FAILED
[INFO] [stdout] test main ... FAILED
[INFO] [stdout] test net::tcp::client ... FAILED
[INFO] [stdout] test net::tcp::connect ... FAILED
[INFO] [stdout] test net::tcp::direct::client ... FAILED
[INFO] [stdout] test net::tcp::direct::connect ... FAILED
[INFO] [stdout] test net::tcp::direct::full ... FAILED
[INFO] [stdout] test net::tcp::direct::listen ... FAILED
[INFO] [stdout] test net::tcp::direct::read_write ... FAILED
[INFO] [stdout] test net::tcp::direct::server ... FAILED
[INFO] [stdout] test net::tcp::direct::error ... FAILED
[INFO] [stdout] test net::tcp::error ... FAILED
[INFO] [stdout] test net::tcp::full ... FAILED
[INFO] [stdout] test net::tcp::listen ... FAILED
[INFO] [stdout] test net::tcp::raw_fd ... FAILED
[INFO] [stdout] test net::tcp::read_write ... FAILED
[INFO] [stdout] test net::tcp::server ... FAILED
[INFO] [stdout] test sanity ... FAILED
[INFO] [stdout] test select ... FAILED
[INFO] [stdout] test sleep ... FAILED
[INFO] [stdout] test spawn ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compat::hyper::shared stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::hyper::shared' (25) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390563 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x6121713912f5 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139460d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:66:14
[INFO] [stdout]   33:     0x612171390e54 - <inel_reactor[7a32b356adce0ca1]::group::ReadBufferGroup>::register::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/group.rs:37:26
[INFO] [stdout]   34:     0x61217139b07e - <inel[58b7afbe9bc1c195]::group::ReadBufferSetInner>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:103:9
[INFO] [stdout]   35:     0x612171399b83 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::empty
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:28:9
[INFO] [stdout]   36:     0x612170c6e0c7 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:34:20
[INFO] [stdout]   37:     0x612170c6e9ab - <inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:226:88
[INFO] [stdout]   38:     0x612170c9f43d - <futures_util[e0abfac604b642fc]::future::future::map::Map<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8aa01 - <futures_util[e0abfac604b642fc]::future::future::Map<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ecc8be - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8d903 - <futures_util[e0abfac604b642fc]::future::future::Then<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0d2c1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb2d8a - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, <inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171030081 - inel[58b7afbe9bc1c195]::block_on::<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f160c0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efc7bc - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef377c - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f067ec - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x61217101fd86 - inel[58b7afbe9bc1c195]::block_on::<<inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b7da85 - unit[85e26768f2d59a77]::compat::hyper::shared
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:51:21
[INFO] [stdout]   53:     0x612170b6c307 - unit[85e26768f2d59a77]::compat::hyper::shared::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:50:16
[INFO] [stdout]   54:     0x612170dbac06 - <unit[85e26768f2d59a77]::compat::hyper::shared::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   76:     0x75e80840da64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- combo stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'combo' (19) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390047 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::with_borrow_mut<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::wait::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x61217138ff2f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::with_borrow_mut<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::wait::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   32:     0x612171390d6f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::with_borrow_mut::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::wait::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:706:14
[INFO] [stdout]   33:     0x612171394492 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::wait
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:18:17
[INFO] [stdout]   34:     0x612170b9c3e2 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:72:21
[INFO] [stdout]   35:     0x612170bb2943 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::combo::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   36:     0x61217102ff68 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::combo::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   37:     0x612170f15cad - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::combo::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   38:     0x612170efc2e6 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::combo::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   39:     0x612170ef366e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::combo::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   40:     0x612170f066dd - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::combo::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   41:     0x61217101fc8c - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::combo::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   42:     0x612170d599e0 - unit[85e26768f2d59a77]::combo
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/main.rs:53:5
[INFO] [stdout]   43:     0x612170d4a737 - unit[85e26768f2d59a77]::combo::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/main.rs:48:11
[INFO] [stdout]   44:     0x612170db9bd6 - <unit[85e26768f2d59a77]::combo::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   64:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   65:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   66:     0x75e80840da64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::axum::shared stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::axum::shared' (23) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390563 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x6121713912f5 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139460d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:66:14
[INFO] [stdout]   33:     0x612171390e54 - <inel_reactor[7a32b356adce0ca1]::group::ReadBufferGroup>::register::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/group.rs:37:26
[INFO] [stdout]   34:     0x61217139b07e - <inel[58b7afbe9bc1c195]::group::ReadBufferSetInner>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:103:9
[INFO] [stdout]   35:     0x612171399b83 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::empty
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:28:9
[INFO] [stdout]   36:     0x612170c6e0c7 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:34:20
[INFO] [stdout]   37:     0x612170c6e9ab - <inel[58b7afbe9bc1c195]::group::BufferShareGroupOptions>::build::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:226:88
[INFO] [stdout]   38:     0x612170c6ecc4 - <inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:248:33
[INFO] [stdout]   39:     0x612170c9f69d - <futures_util[e0abfac604b642fc]::future::future::map::Map<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   40:     0x612170e8aa51 - <futures_util[e0abfac604b642fc]::future::future::Map<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170ecccde - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   42:     0x612170e8d933 - <futures_util[e0abfac604b642fc]::future::future::Then<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   43:     0x612170d0d361 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   44:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   45:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   46:     0x612170bb2ebf - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, <inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   47:     0x6121710300cf - inel[58b7afbe9bc1c195]::block_on::<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   48:     0x612170f161ec - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   49:     0x612170efc923 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   50:     0x612170ef37dc - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   51:     0x612170f0684e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel[58b7afbe9bc1c195]::group::BufferShareGroup, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   52:     0x61217101fdd4 - inel[58b7afbe9bc1c195]::block_on::<<inel[58b7afbe9bc1c195]::group::BufferShareGroup>::new::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   53:     0x612170b7d7e9 - unit[85e26768f2d59a77]::compat::axum::shared
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:423:21
[INFO] [stdout]   54:     0x612170b6bf57 - unit[85e26768f2d59a77]::compat::axum::shared::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:422:16
[INFO] [stdout]   55:     0x612170dbab46 - <unit[85e26768f2d59a77]::compat::axum::shared::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   77:     0x75e80840da64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::hyper::fixed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::hyper::fixed' (24) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710faa37 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::net::Socket, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170b4c61d - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:67:18
[INFO] [stdout]   35:     0x612170b294cd - inel[58b7afbe9bc1c195]::net::tcp::for_each_addr::<(&str, u16), <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}, <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}, inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:35:23
[INFO] [stdout]   36:     0x612170b243e2 - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:79:10
[INFO] [stdout]   37:     0x612170b2a5ff - unit[85e26768f2d59a77]::compat::hyper::run_server_http1::<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:82:18
[INFO] [stdout]   38:     0x612170c98cd8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e89a61 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ebfb5e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8cfa3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0b381 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb21a8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x61217102fda6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f15533 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efba7f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef34ae - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f06530 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x61217101fb36 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b1fafe - unit[85e26768f2d59a77]::compat::hyper::run_server_http1::<unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:80:9
[INFO] [stdout]   53:     0x612170b7d9c6 - unit[85e26768f2d59a77]::compat::hyper::fixed
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:44:9
[INFO] [stdout]   54:     0x612170b6c2d7 - unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:43:15
[INFO] [stdout]   55:     0x612170dbabc6 - <unit[85e26768f2d59a77]::compat::hyper::fixed::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   77:     0x75e80840da64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::axum::direct stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::axum::direct' (21) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710faa37 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::net::Socket, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170b4c61d - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:67:18
[INFO] [stdout]   35:     0x612170b294cd - inel[58b7afbe9bc1c195]::net::tcp::for_each_addr::<(&str, u16), <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}, <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}, inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:35:23
[INFO] [stdout]   36:     0x612170b243e2 - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:79:10
[INFO] [stdout]   37:     0x612170f72be0 - unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:5:10
[INFO] [stdout]   38:     0x612170c9fac8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8aaf1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ecd51e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8d993 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0d4a1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb30d8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171030158 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f16403 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efcb81 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef388e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f068d2 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x61217101fe5a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b7d54b - unit[85e26768f2d59a77]::compat::axum::run_server
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:433:20
[INFO] [stdout]   53:     0x612170b7d7b9 - unit[85e26768f2d59a77]::compat::axum::direct
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:413:9
[INFO] [stdout]   54:     0x612170b6bf27 - unit[85e26768f2d59a77]::compat::axum::direct::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:412:16
[INFO] [stdout]   55:     0x612170dbab06 - <unit[85e26768f2d59a77]::compat::axum::direct::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   77:     0x75e80840da64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::axum::fixed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::axum::fixed' (22) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710faa37 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::net::Socket, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170b4c61d - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:67:18
[INFO] [stdout]   35:     0x612170b294cd - inel[58b7afbe9bc1c195]::net::tcp::for_each_addr::<(&str, u16), <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}, <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}, inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:35:23
[INFO] [stdout]   36:     0x612170b243e2 - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:79:10
[INFO] [stdout]   37:     0x612170f72be0 - unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:5:10
[INFO] [stdout]   38:     0x612170c9fac8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8aaf1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ecd51e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8d993 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0d4a1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb30d8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171030158 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f16403 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efcb81 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef388e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f068d2 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x61217101fe5a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b7d54b - unit[85e26768f2d59a77]::compat::axum::run_server
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:433:20
[INFO] [stdout]   53:     0x612170b7d789 - unit[85e26768f2d59a77]::compat::axum::fixed
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:418:9
[INFO] [stdout]   54:     0x612170b6bef7 - unit[85e26768f2d59a77]::compat::axum::fixed::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:417:15
[INFO] [stdout]   55:     0x612170dbaac6 - <unit[85e26768f2d59a77]::compat::axum::fixed::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   77:     0x75e80840da64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::hyper::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::hyper::simple' (26) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710faa37 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::net::Socket, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170b4c61d - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:67:18
[INFO] [stdout]   35:     0x612170b294cd - inel[58b7afbe9bc1c195]::net::tcp::for_each_addr::<(&str, u16), <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}, <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}, inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:35:23
[INFO] [stdout]   36:     0x612170b243e2 - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:79:10
[INFO] [stdout]   37:     0x612170b2b29f - unit[85e26768f2d59a77]::compat::hyper::run_server_http1::<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:82:18
[INFO] [stdout]   38:     0x612170c990b8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e89b01 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ec031e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8d003 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0b4c1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb23e8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x61217102fe26 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f15773 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efbcff - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef352e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f065b0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x61217101fb96 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::hyper::run_server_http1<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b1fc7e - unit[85e26768f2d59a77]::compat::hyper::run_server_http1::<unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:80:9
[INFO] [stdout]   53:     0x612170b7dca6 - unit[85e26768f2d59a77]::compat::hyper::simple
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:37:9
[INFO] [stdout]   54:     0x612170b6c337 - unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:36:16
[INFO] [stdout]   55:     0x612170dbac46 - <unit[85e26768f2d59a77]::compat::hyper::simple::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   77:     0x75e80840da64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::axum::default stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::axum::default' (20) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710faa37 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::net::Socket, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170b4c61d - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:67:18
[INFO] [stdout]   35:     0x612170b294cd - inel[58b7afbe9bc1c195]::net::tcp::for_each_addr::<(&str, u16), <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}, <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}, inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:35:23
[INFO] [stdout]   36:     0x612170b243e2 - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:79:10
[INFO] [stdout]   37:     0x612170f72be0 - unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:5:10
[INFO] [stdout]   38:     0x612170c9fac8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8aaf1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ecd51e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8d993 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0d4a1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb30d8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171030158 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f16403 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efcb81 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef388e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f068d2 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>::{closure#0}, u16>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x61217101fe5a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b7d54b - unit[85e26768f2d59a77]::compat::axum::run_server
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:433:20
[INFO] [stdout]   53:     0x612170b7d975 - unit[85e26768f2d59a77]::compat::axum::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:408:9
[INFO] [stdout]   54:     0x612170b6bf87 - unit[85e26768f2d59a77]::compat::axum::default::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:407:17
[INFO] [stdout]   55:     0x612170dbab86 - <unit[85e26768f2d59a77]::compat::axum::default::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   58:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   59:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   64:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   65:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   66:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   68:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   72:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   73:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   74:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   75:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   76:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   77:     0x75e80840da64 - clone
[INFO] [stdout]   78:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::dir::recursive stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::dir::recursive' (31) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fcdfd - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::MkDirAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x6121710db16a - <inel[58b7afbe9bc1c195]::fs::dir::DirBuilder>::create_recursive::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/dir.rs:54:18
[INFO] [stdout]   35:     0x6121710db78c - <inel[58b7afbe9bc1c195]::fs::dir::DirBuilder>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/dir.rs:35:49
[INFO] [stdout]   36:     0x612170de7df7 - unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:51:14
[INFO] [stdout]   37:     0x612170ca00c8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8abe1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ece0be - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8da23 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0d681 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb3438 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030216 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f16773 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efcf4f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef395e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06990 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x61217101fef6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170e1b0f6 - unit[85e26768f2d59a77]::fs::dir::recursive
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:47:5
[INFO] [stdout]   52:     0x612170de7627 - unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:40:15
[INFO] [stdout]   53:     0x612170db9de6 - <unit[85e26768f2d59a77]::fs::dir::recursive::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::create stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::create' (33) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170dea466 - unit[85e26768f2d59a77]::fs::file::create::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:15:52
[INFO] [stdout]   37:     0x612170ca0c68 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8adc1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ecf7fe - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8db43 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0da41 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb3b88 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::create::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030396 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f16ef3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efd75f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef3ade - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06b10 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020046 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::create::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170e1c02b - unit[85e26768f2d59a77]::fs::file::create
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:14:5
[INFO] [stdout]   52:     0x612170de8047 - unit[85e26768f2d59a77]::fs::file::create::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:8:12
[INFO] [stdout]   53:     0x612170db9f66 - <unit[85e26768f2d59a77]::fs::file::create::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::dir::create stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::dir::create' (29) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fcdfd - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::MkDirAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x6121710db87b - <inel[58b7afbe9bc1c195]::fs::dir::DirBuilder>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/dir.rs:41:14
[INFO] [stdout]   35:     0x612170de7adb - unit[85e26768f2d59a77]::fs::dir::create::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:11:66
[INFO] [stdout]   36:     0x612170c9fed8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8ab91 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ecdcde - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8d9f3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0d5e1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb3318 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x6121710301d6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f16653 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170efce0f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef391e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f06950 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x61217101fec6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::dir::create::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170e1adab - unit[85e26768f2d59a77]::fs::dir::create
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:10:5
[INFO] [stdout]   51:     0x612170de75f7 - unit[85e26768f2d59a77]::fs::dir::create::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:4:12
[INFO] [stdout]   52:     0x612170db9da6 - <unit[85e26768f2d59a77]::fs::dir::create::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::rustls::direct stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::rustls::direct' (27) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710faa37 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::net::Socket, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170b4c61d - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:67:18
[INFO] [stdout]   35:     0x612170b294cd - inel[58b7afbe9bc1c195]::net::tcp::for_each_addr::<(&str, u16), <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}, <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}, inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:35:23
[INFO] [stdout]   36:     0x612170b243e2 - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:79:10
[INFO] [stdout]   37:     0x612170f72be0 - unit[85e26768f2d59a77]::compat::find_open_port::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:5:10
[INFO] [stdout]   38:     0x612170dede7b - unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:297:41
[INFO] [stdout]   39:     0x612170ca6ef0 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   40:     0x612170e8bcc1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170edb6f0 - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   42:     0x612170e8e443 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   43:     0x612170d0f841 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   44:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   45:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   46:     0x612170bb6a9f - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   47:     0x612171030eaf - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   48:     0x612170f19f2c - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>)>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   49:     0x612170f00cf5 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>)>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   50:     0x612170ef46c3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>)>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   51:     0x612170f0761e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>, inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   52:     0x6121710209b4 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::rustls::direct_pair::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   53:     0x612170e1cf51 - unit[85e26768f2d59a77]::compat::rustls::direct_pair
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:296:9
[INFO] [stdout]   54:     0x612170dbbdc5 - <unit[85e26768f2d59a77]::compat::rustls::direct_pair as core[d17f6591d688f3bd]::ops::function::Fn<()>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:79:5
[INFO] [stdout]   55:     0x612170dc6a25 - unit[85e26768f2d59a77]::compat::rustls::run::<inel[58b7afbe9bc1c195]::compat::stream::FixedBufStream<inel[58b7afbe9bc1c195]::net::tcp::DirectTcpStream>, unit[85e26768f2d59a77]::compat::rustls::direct_pair>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:334:36
[INFO] [stdout]   56:     0x612170e1dc3b - unit[85e26768f2d59a77]::compat::rustls::direct
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:384:9
[INFO] [stdout]   57:     0x612170def097 - unit[85e26768f2d59a77]::compat::rustls::direct::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:383:16
[INFO] [stdout]   58:     0x612170dbac86 - <unit[85e26768f2d59a77]::compat::rustls::direct::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   60:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   62:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   63:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   67:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   68:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   69:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   71:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   72:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   73:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   74:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   76:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   77:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   78:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   79:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   80:     0x75e80840da64 - clone
[INFO] [stdout]   81:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- compat::rustls::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compat::rustls::simple' (28) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710faa37 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::net::Socket, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170b4c61d - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:67:18
[INFO] [stdout]   35:     0x612170b294cd - inel[58b7afbe9bc1c195]::net::tcp::for_each_addr::<(&str, u16), <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}, <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind<(&str, u16)>::{closure#0}::{closure#0}::{closure#0}, inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:35:23
[INFO] [stdout]   36:     0x612170b243e2 - <inel[58b7afbe9bc1c195]::net::tcp::TcpListener>::bind::<(&str, u16)>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/net/tcp.rs:79:10
[INFO] [stdout]   37:     0x612170dee838 - unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:277:64
[INFO] [stdout]   38:     0x612170ca7190 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8bd11 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170edbb40 - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8e473 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0f8e1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb6be1 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171030f01 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f1a05a - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>)>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170f00e57 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>)>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef4733 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>)>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f0767c - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>::{closure#0}, (inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>, inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x612171020a06 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::compat::rustls::simple_pair::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170e1cf7d - unit[85e26768f2d59a77]::compat::rustls::simple_pair
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:276:9
[INFO] [stdout]   53:     0x612170dbbde5 - <unit[85e26768f2d59a77]::compat::rustls::simple_pair as core[d17f6591d688f3bd]::ops::function::Fn<()>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:79:5
[INFO] [stdout]   54:     0x612170dc7229 - unit[85e26768f2d59a77]::compat::rustls::run::<inel[58b7afbe9bc1c195]::compat::stream::BufStream<inel[58b7afbe9bc1c195]::net::tcp::TcpStream>, unit[85e26768f2d59a77]::compat::rustls::simple_pair>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:334:36
[INFO] [stdout]   55:     0x612170e1dc4b - unit[85e26768f2d59a77]::compat::rustls::simple
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:379:9
[INFO] [stdout]   56:     0x612170def0c7 - unit[85e26768f2d59a77]::compat::rustls::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/compat.rs:378:16
[INFO] [stdout]   57:     0x612170dbacc6 - <unit[85e26768f2d59a77]::compat::rustls::simple::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   61:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   62:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   63:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   64:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   66:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   67:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   68:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   70:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   72:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   75:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   76:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   77:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   78:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   79:     0x75e80840da64 - clone
[INFO] [stdout]   80:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::dir::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::dir::error' (30) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fcdfd - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::MkDirAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x6121710db87b - <inel[58b7afbe9bc1c195]::fs::dir::DirBuilder>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/dir.rs:41:14
[INFO] [stdout]   35:     0x612170de77eb - unit[85e26768f2d59a77]::fs::dir::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:30:70
[INFO] [stdout]   36:     0x612170c9fce8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8ab41 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ecd8fe - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8d9c3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0d541 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb31f8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030196 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f16533 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170efcccf - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef38de - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f06910 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x61217101fe96 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::dir::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170e1abb8 - unit[85e26768f2d59a77]::fs::dir::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:29:5
[INFO] [stdout]   51:     0x612170de75c7 - unit[85e26768f2d59a77]::fs::dir::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/dir.rs:21:11
[INFO] [stdout]   52:     0x612170db9d66 - <unit[85e26768f2d59a77]::fs::dir::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::append stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::append' (32) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170de9ab9 - unit[85e26768f2d59a77]::fs::file::append::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:89:14
[INFO] [stdout]   36:     0x612170ca0a78 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8ad71 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ecf41e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8db13 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0d9a1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb3a68 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::append::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030358 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f16dd1 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170efd61d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef3a9e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f06ad2 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x61217102000a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::append::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170e1bca2 - unit[85e26768f2d59a77]::fs::file::append
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:83:5
[INFO] [stdout]   51:     0x612170de8017 - unit[85e26768f2d59a77]::fs::file::append::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:75:12
[INFO] [stdout]   52:     0x612170db9f26 - <unit[85e26768f2d59a77]::fs::file::append::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::append stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::append' (34) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fb777 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAtAuto, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dca8b2 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:128:14
[INFO] [stdout]   35:     0x612170b6d709 - unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:362:18
[INFO] [stdout]   36:     0x612170ca79f8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8be51 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170edcb1e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8e533 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0fb61 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb7088 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171031006 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f1a523 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170f0138f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef484e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f07780 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x612171020ae6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170b7e3b2 - unit[85e26768f2d59a77]::fs::file::direct::append
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:356:9
[INFO] [stdout]   51:     0x612170b6c697 - unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:348:16
[INFO] [stdout]   52:     0x612170dbadc6 - <unit[85e26768f2d59a77]::fs::file::direct::append::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::create stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::create' (35) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fb777 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAtAuto, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dca8b2 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:128:14
[INFO] [stdout]   35:     0x612170dce1ca - <inel[58b7afbe9bc1c195]::fs::file::File>::create_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:361:14
[INFO] [stdout]   36:     0x612170b6e0d6 - unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:323:63
[INFO] [stdout]   37:     0x612170ca7be8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8bea1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170edcefe - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e563 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0fc01 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb71a8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171031046 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1a643 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f014cf - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef488e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f077c0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020b16 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b7e73b - unit[85e26768f2d59a77]::fs::file::direct::create
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:322:9
[INFO] [stdout]   52:     0x612170b6c6c7 - unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:316:16
[INFO] [stdout]   53:     0x612170dbae06 - <unit[85e26768f2d59a77]::fs::file::direct::create::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::error' (36) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fb777 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAtAuto, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dca8b2 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:128:14
[INFO] [stdout]   35:     0x612170dcdf22 - <inel[58b7afbe9bc1c195]::fs::file::File>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:353:58
[INFO] [stdout]   36:     0x612170b6cab6 - unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:436:57
[INFO] [stdout]   37:     0x612170ca7618 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8bdb1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170edc35e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e4d3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0fa21 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb6e18 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030f86 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1a2a3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f010df - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef47ce - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07700 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020a76 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b7e021 - unit[85e26768f2d59a77]::fs::file::direct::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:435:9
[INFO] [stdout]   52:     0x612170b6c637 - unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:429:15
[INFO] [stdout]   53:     0x612170dbad46 - <unit[85e26768f2d59a77]::fs::file::direct::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::open stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::open' (37) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fb777 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAtAuto, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dca8b2 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:128:14
[INFO] [stdout]   35:     0x612170dcdf22 - <inel[58b7afbe9bc1c195]::fs::file::File>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:353:58
[INFO] [stdout]   36:     0x612170b6c846 - unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:341:61
[INFO] [stdout]   37:     0x612170ca7428 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8bd61 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170edbf7e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e4a3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0f981 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb6cf8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030f46 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1a183 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f00f9f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef478e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f076c0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020a46 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b7de84 - unit[85e26768f2d59a77]::fs::file::direct::open
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:340:9
[INFO] [stdout]   52:     0x612170b6c607 - unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:332:14
[INFO] [stdout]   53:     0x612170dbad06 - <unit[85e26768f2d59a77]::fs::file::direct::open::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::direct::split stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::direct::split' (38) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fb777 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAtAuto, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dca8b2 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:128:14
[INFO] [stdout]   35:     0x612170b6ce09 - unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:397:18
[INFO] [stdout]   36:     0x612170ca7808 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8be01 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170edc73e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8e503 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0fac1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb6f73 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030fc8 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f1a3fd - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170f0124d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef480e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f07742 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x612171020aaa - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170b7e0e8 - unit[85e26768f2d59a77]::fs::file::direct::split
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:391:9
[INFO] [stdout]   51:     0x612170b6c667 - unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:385:15
[INFO] [stdout]   52:     0x612170dbad86 - <unit[85e26768f2d59a77]::fs::file::direct::split::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::errors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::errors' (39) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fb777 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAtAuto, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dca8b2 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:128:14
[INFO] [stdout]   35:     0x612170dcdf22 - <inel[58b7afbe9bc1c195]::fs::file::File>::open_direct::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:353:58
[INFO] [stdout]   36:     0x612170dea708 - unit[85e26768f2d59a77]::fs::file::errors::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:302:53
[INFO] [stdout]   37:     0x612170ca0e58 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8ae11 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ecfbde - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8db73 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0dae1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb3ca8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x6121710303d6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f17013 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efd89f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef3b1e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06b50 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020076 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::errors::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170e1c1fe - unit[85e26768f2d59a77]::fs::file::errors
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:301:5
[INFO] [stdout]   52:     0x612170de8077 - unit[85e26768f2d59a77]::fs::file::errors::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:295:12
[INFO] [stdout]   53:     0x612170db9fa6 - <unit[85e26768f2d59a77]::fs::file::errors::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::metadata stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::metadata' (40) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170deb42b - unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:126:53
[INFO] [stdout]   37:     0x612170ca1448 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8af01 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed07ce - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8dc03 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0dcc1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x61217103183e - inel[58b7afbe9bc1c195]::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:70:36
[INFO] [stdout]   45:     0x612170f1c836 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::run::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170f03a93 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::run::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef511e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::run::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f07f6e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::run::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x6121710376ad - inel[58b7afbe9bc1c195]::run
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:70:14
[INFO] [stdout]   50:     0x612170e1c852 - unit[85e26768f2d59a77]::fs::file::metadata
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:157:5
[INFO] [stdout]   51:     0x612170de80d7 - unit[85e26768f2d59a77]::fs::file::metadata::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:112:14
[INFO] [stdout]   52:     0x612170dba026 - <unit[85e26768f2d59a77]::fs::file::metadata::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::no_options stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::no_options' (41) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170de82a8 - unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:288:60
[INFO] [stdout]   36:     0x612170ca02b8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8ac31 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ece49e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8da53 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0d721 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb3593 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030256 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f168cd - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170efd0bd - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef399e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f069d0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x61217101ff23 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170e1b404 - unit[85e26768f2d59a77]::fs::file::no_options
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:287:5
[INFO] [stdout]   51:     0x612170de7f57 - unit[85e26768f2d59a77]::fs::file::no_options::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:279:16
[INFO] [stdout]   52:     0x612170db9e26 - <unit[85e26768f2d59a77]::fs::file::no_options::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::open stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::open' (42) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170de8e66 - unit[85e26768f2d59a77]::fs::file::open::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:33:50
[INFO] [stdout]   37:     0x612170ca0698 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8acd1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ecec5e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8dab3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0d861 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::open::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb37f8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::open::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x6121710302d6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f16b53 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efd36f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef3a1e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06a50 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x61217101ff96 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::open::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170e1b844 - unit[85e26768f2d59a77]::fs::file::open
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:32:5
[INFO] [stdout]   52:     0x612170de7fb7 - unit[85e26768f2d59a77]::fs::file::open::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:24:10
[INFO] [stdout]   53:     0x612170db9ea6 - <unit[85e26768f2d59a77]::fs::file::open::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::raw_fd stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::raw_fd' (43) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170deadaa - unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:262:14
[INFO] [stdout]   37:     0x612170ca1048 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8ae61 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ecffbe - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8dba3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0db81 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb3dc8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030416 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f17133 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}, i32>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efd9e0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}, i32>::{closure#0}, i32>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef3b5e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}, i32>::{closure#0}, i32>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06b90 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>::{closure#0}, i32>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x6121710200a6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170e1c2bb - unit[85e26768f2d59a77]::fs::file::raw_fd
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:260:14
[INFO] [stdout]   52:     0x612170de80a7 - unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:254:12
[INFO] [stdout]   53:     0x612170db9fe6 - <unit[85e26768f2d59a77]::fs::file::raw_fd::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::split stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::split' (44) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170de91c9 - unit[85e26768f2d59a77]::fs::file::split::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:176:14
[INFO] [stdout]   36:     0x612170ca0888 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8ad21 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ecf03e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8dae3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0d901 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::split::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb3953 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::split::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030318 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f16cad - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170efd4dd - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef3a5e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f06a92 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x61217101ffca - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::split::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170e1b9d8 - unit[85e26768f2d59a77]::fs::file::split
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:170:5
[INFO] [stdout]   51:     0x612170de7fe7 - unit[85e26768f2d59a77]::fs::file::split::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:164:11
[INFO] [stdout]   52:     0x612170db9ee6 - <unit[85e26768f2d59a77]::fs::file::split::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::split_buffered stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::split_buffered' (45) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170de860b - unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:223:14
[INFO] [stdout]   36:     0x612170ca04a8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8ac81 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ece87e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8da83 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0d7c1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb36e3 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030298 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f16a2d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170efd22d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef39de - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f06a12 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x61217101ff5a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170e1b598 - unit[85e26768f2d59a77]::fs::file::split_buffered
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:217:5
[INFO] [stdout]   51:     0x612170de7f87 - unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:211:20
[INFO] [stdout]   52:     0x612170db9e66 - <unit[85e26768f2d59a77]::fs::file::split_buffered::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::file::truncate stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::file::truncate' (46) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170ded685 - unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:53:14
[INFO] [stdout]   36:     0x612170ca1828 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8afa1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ed0f8e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8dc63 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0de01 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb4008 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030498 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f17361 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170efdc5d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef3bde - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f06c12 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x61217102010a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170e1cc32 - unit[85e26768f2d59a77]::fs::file::truncate
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:48:5
[INFO] [stdout]   51:     0x612170de8107 - unit[85e26768f2d59a77]::fs::file::truncate::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/file.rs:40:14
[INFO] [stdout]   52:     0x612170dba066 - <unit[85e26768f2d59a77]::fs::file::truncate::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::error' (47) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390343 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391275 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139455d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:58:14
[INFO] [stdout]   33:     0x6121713977bd - <inel_reactor[7a32b356adce0ca1]::source::DirectFd>::get::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/source.rs:35:28
[INFO] [stdout]   34:     0x61217139b94d - <inel[58b7afbe9bc1c195]::source::OwnedDirect>::reserve
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/source.rs:70:22
[INFO] [stdout]   35:     0x612170b26d8f - inel[58b7afbe9bc1c195]::fs::func::read_buf::<std[fce30c26ee6459b]::path::PathBuf, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/func.rs:71:18
[INFO] [stdout]   36:     0x612170f73c5d - unit[85e26768f2d59a77]::fs::func::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:120:69
[INFO] [stdout]   37:     0x612170ca1df8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::func::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b091 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed1b2e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8dcf3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0dfe1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb4368 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::func::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030558 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f176c1 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efe01d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef3c9e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06cd2 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x6121710201ca - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170f85a53 - unit[85e26768f2d59a77]::fs::func::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:119:5
[INFO] [stdout]   52:     0x612170f73077 - unit[85e26768f2d59a77]::fs::func::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:115:11
[INFO] [stdout]   53:     0x612170dba126 - <unit[85e26768f2d59a77]::fs::func::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::group::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::group::lines' (62) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390563 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x6121713912f5 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139460d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:66:14
[INFO] [stdout]   33:     0x612171390e54 - <inel_reactor[7a32b356adce0ca1]::group::ReadBufferGroup>::register::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/group.rs:37:26
[INFO] [stdout]   34:     0x61217139b07e - <inel[58b7afbe9bc1c195]::group::ReadBufferSetInner>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:103:9
[INFO] [stdout]   35:     0x612171399b83 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::empty
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:28:9
[INFO] [stdout]   36:     0x612170c6e0c7 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:34:20
[INFO] [stdout]   37:     0x612170b71037 - unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:308:61
[INFO] [stdout]   38:     0x612170ca8828 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8c081 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ede6be - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8e683 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0ffc1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb7848 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x6121710311c6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f1ad13 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170f01c5f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef4a2e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f07940 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x612171020c66 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b8016c - unit[85e26768f2d59a77]::io::bufreader::group::lines
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:307:9
[INFO] [stdout]   53:     0x612170b70547 - unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:297:15
[INFO] [stdout]   54:     0x612170dbaf86 - <unit[85e26768f2d59a77]::io::bufreader::group::lines::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   76:     0x75e80840da64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::metadata stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::metadata' (49) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170b26a09 - inel[58b7afbe9bc1c195]::fs::func::metadata::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/func.rs:128:33
[INFO] [stdout]   37:     0x612170f7458a - unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:134:45
[INFO] [stdout]   38:     0x612170ca23c8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8b181 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ed26ce - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8dd83 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0e1c1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb46c8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171030616 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f17a23 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efe3df - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef3d5e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f06d90 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x612171020276 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170f863e8 - unit[85e26768f2d59a77]::fs::func::metadata
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:133:5
[INFO] [stdout]   53:     0x612170f73107 - unit[85e26768f2d59a77]::fs::func::metadata::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:126:14
[INFO] [stdout]   54:     0x612170dba1e6 - <unit[85e26768f2d59a77]::fs::func::metadata::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   76:     0x75e80840da64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::read stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::read' (50) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170b25679 - inel[58b7afbe9bc1c195]::fs::func::read::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/func.rs:92:33
[INFO] [stdout]   37:     0x612170f736f8 - unit[85e26768f2d59a77]::fs::func::read::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:72:47
[INFO] [stdout]   38:     0x612170ca1c08 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::func::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8b041 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ed174e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8dcc3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0df41 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb4248 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::func::read::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171030518 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f175a1 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efdedd - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef3c5e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f06c92 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x61217102018a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::read::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170f858e6 - unit[85e26768f2d59a77]::fs::func::read
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:71:5
[INFO] [stdout]   53:     0x612170f73047 - unit[85e26768f2d59a77]::fs::func::read::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:63:10
[INFO] [stdout]   54:     0x612170dba0e6 - <unit[85e26768f2d59a77]::fs::func::read::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   76:     0x75e80840da64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::read_buf stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::read_buf' (51) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390343 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391275 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139455d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:58:14
[INFO] [stdout]   33:     0x6121713977bd - <inel_reactor[7a32b356adce0ca1]::source::DirectFd>::get::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/source.rs:35:28
[INFO] [stdout]   34:     0x61217139b94d - <inel[58b7afbe9bc1c195]::source::OwnedDirect>::reserve
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/source.rs:70:22
[INFO] [stdout]   35:     0x612170b26d8f - inel[58b7afbe9bc1c195]::fs::func::read_buf::<std[fce30c26ee6459b]::path::PathBuf, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/func.rs:71:18
[INFO] [stdout]   36:     0x612170f74f65 - unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:51:77
[INFO] [stdout]   37:     0x612170ca25b8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b1d1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed2aae - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8ddb3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0e261 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb47e8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030656 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f17b43 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efe51f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef3d9e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06dd0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x6121710202a6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170f8676f - unit[85e26768f2d59a77]::fs::func::read_buf
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:50:5
[INFO] [stdout]   52:     0x612170f73137 - unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:41:14
[INFO] [stdout]   53:     0x612170dba226 - <unit[85e26768f2d59a77]::fs::func::read_buf::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::read_to_string stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::read_to_string' (52) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170b24eba - inel[58b7afbe9bc1c195]::fs::func::read_to_string::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/func.rs:104:33
[INFO] [stdout]   37:     0x612170f732f8 - unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:89:57
[INFO] [stdout]   38:     0x612170ca1a18 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8aff1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ed136e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8dc93 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0dea1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb4128 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x6121710304d8 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f17481 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efdd9d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef3c1e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f06c52 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x61217102014a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170f8557c - unit[85e26768f2d59a77]::fs::func::read_to_string
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:88:5
[INFO] [stdout]   53:     0x612170f73017 - unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:80:20
[INFO] [stdout]   54:     0x612170dba0a6 - <unit[85e26768f2d59a77]::fs::func::read_to_string::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   76:     0x75e80840da64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::error' (67) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcaf6d - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<&std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170d4fd04 - unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:111:14
[INFO] [stdout]   36:     0x612170ca56c8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8b901 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ed86ce - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8e203 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0f0c1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb6188 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030c96 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f195e3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170f0029f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef447e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f073f0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x6121710207c6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170d674bf - unit[85e26768f2d59a77]::io::bufwriter::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:106:5
[INFO] [stdout]   51:     0x612170d4fa47 - unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:98:11
[INFO] [stdout]   52:     0x612170dba766 - <unit[85e26768f2d59a77]::io::bufwriter::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::write_buf stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::write_buf' (54) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390343 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391275 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139455d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:58:14
[INFO] [stdout]   33:     0x6121713977bd - <inel_reactor[7a32b356adce0ca1]::source::DirectFd>::get::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/source.rs:35:28
[INFO] [stdout]   34:     0x61217139b94d - <inel[58b7afbe9bc1c195]::source::OwnedDirect>::reserve
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/source.rs:70:22
[INFO] [stdout]   35:     0x612170b27628 - inel[58b7afbe9bc1c195]::fs::func::write_buf::<std[fce30c26ee6459b]::path::PathBuf, alloc[dad09f3a48280dba]::string::String>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/func.rs:44:18
[INFO] [stdout]   36:     0x612170f754b6 - unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:12:72
[INFO] [stdout]   37:     0x612170ca27a8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b221 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed2e8e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8dde3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0e301 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb4908 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030696 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f17c63 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efe65f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef3dde - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06e10 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x6121710202d6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170f86a10 - unit[85e26768f2d59a77]::fs::func::write_buf
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:11:5
[INFO] [stdout]   52:     0x612170f73167 - unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:4:15
[INFO] [stdout]   53:     0x612170dba266 - <unit[85e26768f2d59a77]::fs::func::write_buf::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- init stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'init' (55) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x61217138ff77 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::with_borrow<inel[58b7afbe9bc1c195]::init::{closure#0}, bool>::{closure#0}, bool>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x61217138fedf - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::with_borrow<inel[58b7afbe9bc1c195]::init::{closure#0}, bool>::{closure#0}, bool>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   32:     0x612171390d4f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::with_borrow::<inel[58b7afbe9bc1c195]::init::{closure#0}, bool>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   33:     0x612171392788 - inel[58b7afbe9bc1c195]::init
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:45:16
[INFO] [stdout]   34:     0x612170d598cd - unit[85e26768f2d59a77]::init
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/main.rs:83:5
[INFO] [stdout]   35:     0x612170d4a6d7 - unit[85e26768f2d59a77]::init::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/main.rs:80:10
[INFO] [stdout]   36:     0x612170db9b56 - <unit[85e26768f2d59a77]::init::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   39:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   40:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   41:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   45:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   46:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   47:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   48:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   49:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   54:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   56:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   57:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   58:     0x75e80840da64 - clone
[INFO] [stdout]   59:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::error' (56) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcaf6d - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<&std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170f7872e - unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:116:14
[INFO] [stdout]   36:     0x612170ca4e68 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8b7c1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170ed76ce - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8e143 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0ee41 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb5d28 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171030b96 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f19163 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170effd9f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef435e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f072f0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x612171020706 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170f88d83 - unit[85e26768f2d59a77]::io::bufreader::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:111:5
[INFO] [stdout]   51:     0x612170f784d7 - unit[85e26768f2d59a77]::io::bufreader::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:103:11
[INFO] [stdout]   52:     0x612170dba666 - <unit[85e26768f2d59a77]::io::bufreader::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::fixed::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::fixed::error' (57) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcaf6d - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<&std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170b6e48d - unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:245:18
[INFO] [stdout]   36:     0x612170ca7dd8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8bef1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170edd2de - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8e593 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d0fca1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb72c8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171031088 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f1a761 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170f0160d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef48ce - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f07802 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x612171020b4a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170b7ea75 - unit[85e26768f2d59a77]::io::bufreader::fixed::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:240:9
[INFO] [stdout]   51:     0x612170b6e207 - unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:232:15
[INFO] [stdout]   52:     0x612170dbae46 - <unit[85e26768f2d59a77]::io::bufreader::fixed::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::fixed::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::fixed::inner' (58) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170b6eb60 - unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:172:57
[INFO] [stdout]   37:     0x612170ca7fc8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8bf41 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170edd6be - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e5c3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0fd41 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb73e8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x6121710310c8 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1a883 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f01753 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef490e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07842 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020b8a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b7eed4 - unit[85e26768f2d59a77]::io::bufreader::fixed::inner
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:171:19
[INFO] [stdout]   52:     0x612170b6e237 - unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:162:15
[INFO] [stdout]   53:     0x612170dbae86 - <unit[85e26768f2d59a77]::io::bufreader::fixed::inner::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::fixed::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::fixed::lines' (59) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170b6f77d - unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:207:57
[INFO] [stdout]   37:     0x612170ca8208 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8bf91 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170eddade - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e5f3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0fde1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb74f8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171031108 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1a9b1 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f0189d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef495e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07882 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020bca - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b7f44c - unit[85e26768f2d59a77]::io::bufreader::fixed::lines
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:206:9
[INFO] [stdout]   52:     0x612170b6e267 - unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:196:15
[INFO] [stdout]   53:     0x612170dbaec6 - <unit[85e26768f2d59a77]::io::bufreader::fixed::lines::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::fixed::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::fixed::simple' (60) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170b6fd83 - unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:143:57
[INFO] [stdout]   37:     0x612170ca83f8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8bfe1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170eddebe - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e623 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0fe81 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb7618 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171031146 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1aad3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f019e1 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef499e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f078c0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020c06 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b7f8b4 - unit[85e26768f2d59a77]::io::bufreader::fixed::simple
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:142:19
[INFO] [stdout]   52:     0x612170b6e297 - unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:133:16
[INFO] [stdout]   53:     0x612170dbaf06 - <unit[85e26768f2d59a77]::io::bufreader::fixed::simple::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::group::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::group::error' (61) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390563 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x6121713912f5 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139460d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:66:14
[INFO] [stdout]   33:     0x612171390e54 - <inel_reactor[7a32b356adce0ca1]::group::ReadBufferGroup>::register::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/group.rs:37:26
[INFO] [stdout]   34:     0x61217139b07e - <inel[58b7afbe9bc1c195]::group::ReadBufferSetInner>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:103:9
[INFO] [stdout]   35:     0x612171399b83 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::empty
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:28:9
[INFO] [stdout]   36:     0x612170c6e0c7 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:34:20
[INFO] [stdout]   37:     0x612170b70748 - unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:344:62
[INFO] [stdout]   38:     0x612170ca8638 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8c031 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ede2de - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8e653 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0ff21 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb7728 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171031186 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f1abf3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170f01b1f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef49ee - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f07900 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x612171020c36 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b7fd95 - unit[85e26768f2d59a77]::io::bufreader::group::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:343:9
[INFO] [stdout]   53:     0x612170b70517 - unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:335:15
[INFO] [stdout]   54:     0x612170dbaf46 - <unit[85e26768f2d59a77]::io::bufreader::group::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   76:     0x75e80840da64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::exists stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::exists' (48) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390343 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391275 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::DirectSlot, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139455d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_direct_slot
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:58:14
[INFO] [stdout]   33:     0x6121713977bd - <inel_reactor[7a32b356adce0ca1]::source::DirectFd>::get::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/source.rs:35:28
[INFO] [stdout]   34:     0x61217139b94d - <inel[58b7afbe9bc1c195]::source::OwnedDirect>::reserve
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/source.rs:70:22
[INFO] [stdout]   35:     0x612170b26440 - inel[58b7afbe9bc1c195]::fs::func::exists::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/func.rs:31:18
[INFO] [stdout]   36:     0x612170f741cd - unit[85e26768f2d59a77]::fs::func::exists::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:107:40
[INFO] [stdout]   37:     0x612170ca21d8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b131 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed22ee - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8dd53 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0e121 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb45a8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x6121710305d8 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f17901 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efe29d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef3d1e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f06d52 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x61217102023a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::exists::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170f86112 - unit[85e26768f2d59a77]::fs::func::exists
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:106:5
[INFO] [stdout]   52:     0x612170f730d7 - unit[85e26768f2d59a77]::fs::func::exists::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:97:12
[INFO] [stdout]   53:     0x612170dba1a6 - <unit[85e26768f2d59a77]::fs::func::exists::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::group::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::group::simple' (63) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390563 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x6121713912f5 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group::{closure#0}, core[d17f6591d688f3bd]::result::Result<inel_reactor[7a32b356adce0ca1]::ring::register::BufferGroupId, std[fce30c26ee6459b]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x61217139460d - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::get_buffer_group
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:66:14
[INFO] [stdout]   33:     0x612171390e54 - <inel_reactor[7a32b356adce0ca1]::group::ReadBufferGroup>::register::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/group.rs:37:26
[INFO] [stdout]   34:     0x61217139b07e - <inel[58b7afbe9bc1c195]::group::ReadBufferSetInner>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:103:9
[INFO] [stdout]   35:     0x612171399b83 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::empty
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:28:9
[INFO] [stdout]   36:     0x612170c6e0c7 - <inel[58b7afbe9bc1c195]::group::ReadBufferSet>::with_buffers::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/group.rs:34:20
[INFO] [stdout]   37:     0x612170b71875 - unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:276:62
[INFO] [stdout]   38:     0x612170ca8a18 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8c0d1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170edea9e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8e6b3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d10061 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb7968 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171031208 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f1ae33 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170f01da3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef4a6e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f07982 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x612171020c9a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170b805d4 - unit[85e26768f2d59a77]::io::bufreader::group::simple
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:275:19
[INFO] [stdout]   53:     0x612170b70577 - unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:266:16
[INFO] [stdout]   54:     0x612170dbafc6 - <unit[85e26768f2d59a77]::io::bufreader::group::simple::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   76:     0x75e80840da64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::inner' (64) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170f78d00 - unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:45:53
[INFO] [stdout]   37:     0x612170ca5058 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b811 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed7aae - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e173 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0eee1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb5e48 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030bd6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f19283 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170effee1 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef439e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07330 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020736 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170f89198 - unit[85e26768f2d59a77]::io::bufreader::inner
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:44:15
[INFO] [stdout]   52:     0x612170f78507 - unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:35:11
[INFO] [stdout]   53:     0x612170dba6a6 - <unit[85e26768f2d59a77]::io::bufreader::inner::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::group::combo stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::group::combo' (79) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170b5f87c - unit[85e26768f2d59a77]::io::group::combo::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/group.rs:66:71
[INFO] [stdout]   37:     0x612170ca3918 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::group::combo::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b4a1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::group::combo::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed4ece - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::group::combo::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8df63 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::group::combo::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0e801 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::group::combo::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb51f8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::group::combo::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x6121710308d6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f185d3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170eff0cf - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef405e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07040 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x6121710204c6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::group::combo::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b7c904 - unit[85e26768f2d59a77]::io::group::combo
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/group.rs:65:5
[INFO] [stdout]   52:     0x612170b5ebb7 - unit[85e26768f2d59a77]::io::group::combo::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/group.rs:56:11
[INFO] [stdout]   53:     0x612170dba426 - <unit[85e26768f2d59a77]::io::group::combo::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::simple' (66) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170f79cf3 - unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:17:53
[INFO] [stdout]   37:     0x612170ca5488 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b8b1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed82ae - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e1d3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0f021 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb6078 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030c56 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f194c3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f00161 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef442e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f073b0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020796 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170f89af8 - unit[85e26768f2d59a77]::io::bufreader::simple
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:16:15
[INFO] [stdout]   52:     0x612170f78567 - unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:7:12
[INFO] [stdout]   53:     0x612170dba726 - <unit[85e26768f2d59a77]::io::bufreader::simple::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fs::func::write stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fs::func::write' (53) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170b25e4a - inel[58b7afbe9bc1c195]::fs::func::write::<std[fce30c26ee6459b]::path::PathBuf, alloc[dad09f3a48280dba]::string::String>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/func.rs:117:35
[INFO] [stdout]   37:     0x612170f73f1e - unit[85e26768f2d59a77]::fs::func::write::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:31:61
[INFO] [stdout]   38:     0x612170ca1fe8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::fs::func::write::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   39:     0x612170e8b0e1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::write::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170ed1f0e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::fs::func::write::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   41:     0x612170e8dd23 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::write::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   42:     0x612170d0e081 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::fs::func::write::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   43:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   44:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   45:     0x612170bb4488 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::fs::func::write::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   46:     0x612171030596 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   47:     0x612170f177e3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   48:     0x612170efe15f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   49:     0x612170ef3cde - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   50:     0x612170f06d10 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   51:     0x612171020206 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::fs::func::write::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   52:     0x612170f85bbd - unit[85e26768f2d59a77]::fs::func::write
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:30:5
[INFO] [stdout]   53:     0x612170f730a7 - unit[85e26768f2d59a77]::fs::func::write::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/fs/func.rs:23:11
[INFO] [stdout]   54:     0x612170dba166 - <unit[85e26768f2d59a77]::fs::func::write::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   57:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   58:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   63:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   64:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   65:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   67:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   72:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   73:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   74:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   75:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   76:     0x75e80840da64 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::fixed::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::fixed::error' (68) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcaf6d - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<&std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170b7252a - unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:236:18
[INFO] [stdout]   36:     0x612170ca8c58 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8c121 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170edeebe - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8e6e3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d10101 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb7a78 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171031248 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f1af61 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170f01eed - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef4abe - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f079c2 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x612171020cda - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170b80a8f - unit[85e26768f2d59a77]::io::bufwriter::fixed::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:231:9
[INFO] [stdout]   51:     0x612170b72247 - unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:223:15
[INFO] [stdout]   52:     0x612170dbb006 - <unit[85e26768f2d59a77]::io::bufwriter::fixed::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::fixed::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::fixed::inner' (69) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170b72e4a - unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:164:59
[INFO] [stdout]   37:     0x612170ca8e48 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8c171 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170edf29e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e713 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d101a1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb7b98 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171031286 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1b083 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f02031 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef4afe - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07a00 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020d16 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b80b99 - unit[85e26768f2d59a77]::io::bufwriter::fixed::inner
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:163:19
[INFO] [stdout]   52:     0x612170b72277 - unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:157:15
[INFO] [stdout]   53:     0x612170dbb046 - <unit[85e26768f2d59a77]::io::bufwriter::fixed::inner::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::fixed::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::fixed::lines' (70) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170b73c76 - unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:203:59
[INFO] [stdout]   37:     0x612170ca9088 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8c1c1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170edf6be - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e743 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d10241 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb7ca8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x6121710312c6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1b1a3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f0216f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef4b4e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07a40 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020d46 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b810e6 - unit[85e26768f2d59a77]::io::bufwriter::fixed::lines
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:202:9
[INFO] [stdout]   52:     0x612170b722a7 - unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:192:15
[INFO] [stdout]   53:     0x612170dbb086 - <unit[85e26768f2d59a77]::io::bufwriter::fixed::lines::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::fixed::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::fixed::simple' (71) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170b74514 - unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:136:59
[INFO] [stdout]   37:     0x612170ca9278 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8c211 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170edfa9e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e773 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d102e1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb7dc8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171031306 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1b2c3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f022b1 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef4b8e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07a80 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020d76 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b814d9 - unit[85e26768f2d59a77]::io::bufwriter::fixed::simple
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:135:19
[INFO] [stdout]   52:     0x612170b722d7 - unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:129:16
[INFO] [stdout]   53:     0x612170dbb0c6 - <unit[85e26768f2d59a77]::io::bufwriter::fixed::simple::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::group::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::group::error' (72) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcaf6d - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<&std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170d523f8 - unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:374:18
[INFO] [stdout]   36:     0x612170ca94b8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   37:     0x612170e8c261 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   38:     0x612170edfebe - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   39:     0x612170e8e7a3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   40:     0x612170d10381 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   41:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   42:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   43:     0x612170bb7ed8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   44:     0x612171031346 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   45:     0x612170f1b3e3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   46:     0x612170f023ef - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x612170ef4bde - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x612170f07ac0 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   49:     0x612171020da6 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   50:     0x612170d683af - unit[85e26768f2d59a77]::io::bufwriter::group::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:367:9
[INFO] [stdout]   51:     0x612170d520d7 - unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:359:15
[INFO] [stdout]   52:     0x612170dbb106 - <unit[85e26768f2d59a77]::io::bufwriter::group::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   72:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   74:     0x75e80840da64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::group::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::group::inner' (73) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170d52cec - unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:298:59
[INFO] [stdout]   37:     0x612170ca96a8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8c2b1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ee029e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e7d3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d10421 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb7ff8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171031388 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1b503 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f02533 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef4c1e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07b02 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020dda - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170d684b9 - unit[85e26768f2d59a77]::io::bufwriter::group::inner
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:295:19
[INFO] [stdout]   52:     0x612170d52107 - unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:289:15
[INFO] [stdout]   53:     0x612170dbb146 - <unit[85e26768f2d59a77]::io::bufwriter::group::inner::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::group::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::group::lines' (74) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170d53b15 - unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:339:59
[INFO] [stdout]   37:     0x612170ca98e8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8c301 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ee06be - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e803 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d104c1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb8108 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x6121710313c8 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1b631 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f0267d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef4c6e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07b42 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020e1a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170d68a06 - unit[85e26768f2d59a77]::io::bufwriter::group::lines
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:336:9
[INFO] [stdout]   52:     0x612170d52137 - unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:326:15
[INFO] [stdout]   53:     0x612170dbb186 - <unit[85e26768f2d59a77]::io::bufwriter::group::lines::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::group::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::group::simple' (75) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170d54368 - unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:268:59
[INFO] [stdout]   37:     0x612170ca9ad8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8c351 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ee0a9e - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e833 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d10561 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb8228 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171031408 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f1b753 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f027c3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef4cae - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07b82 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020e5a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170d68df9 - unit[85e26768f2d59a77]::io::bufwriter::group::simple
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:265:19
[INFO] [stdout]   52:     0x612170d52167 - unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:259:16
[INFO] [stdout]   53:     0x612170dbb1c6 - <unit[85e26768f2d59a77]::io::bufwriter::group::simple::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::inner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::inner' (76) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170d50535 - unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:41:55
[INFO] [stdout]   37:     0x612170ca58b8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b951 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed8aae - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e233 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0f161 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb62a8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030cd8 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f19703 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f003e3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef44be - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07432 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x6121710207fa - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170d67589 - unit[85e26768f2d59a77]::io::bufwriter::inner
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:40:15
[INFO] [stdout]   52:     0x612170d4fa77 - unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:34:11
[INFO] [stdout]   53:     0x612170dba7a6 - <unit[85e26768f2d59a77]::io::bufwriter::inner::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::lines' (77) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170d51221 - unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:79:55
[INFO] [stdout]   37:     0x612170ca5af8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b9a1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed8ece - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e263 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0f201 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb63b8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030d18 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f19831 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f0052d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef450e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07472 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x61217102083a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170d67a9d - unit[85e26768f2d59a77]::io::bufwriter::lines
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:78:5
[INFO] [stdout]   52:     0x612170d4faa7 - unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:68:11
[INFO] [stdout]   53:     0x612170dba7e6 - <unit[85e26768f2d59a77]::io::bufwriter::lines::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufwriter::simple stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufwriter::simple' (78) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce6fa - <inel[58b7afbe9bc1c195]::fs::file::File>::create::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:349:64
[INFO] [stdout]   36:     0x612170d51994 - unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:14:55
[INFO] [stdout]   37:     0x612170ca5ce8 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b9f1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed92ae - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e293 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0f2a1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb64d8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030d58 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f19953 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f00673 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef454e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f074b2 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>::{closure#0}, alloc[dad09f3a48280dba]::boxed::Box<[u8; 256usize]>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x61217102087a - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170d67e49 - unit[85e26768f2d59a77]::io::bufwriter::simple
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:13:15
[INFO] [stdout]   52:     0x612170d4fad7 - unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufwriter.rs:7:12
[INFO] [stdout]   53:     0x612170dba826 - <unit[85e26768f2d59a77]::io::bufwriter::simple::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::bufreader::lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::bufreader::lines' (65) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170f797f3 - unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:79:53
[INFO] [stdout]   37:     0x612170ca5298 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b861 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed7ece - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8e1a3 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0ef81 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb5f58 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030c16 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f193a3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170f0001f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef43ee - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07370 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x612171020766 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170f896cc - unit[85e26768f2d59a77]::io::bufreader::lines
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:78:5
[INFO] [stdout]   52:     0x612170f78537 - unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/bufreader.rs:68:11
[INFO] [stdout]   53:     0x612170dba6e6 - <unit[85e26768f2d59a77]::io::bufreader::lines::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::group::error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::group::error' (80) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170b60c25 - unit[85e26768f2d59a77]::io::group::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/group.rs:101:57
[INFO] [stdout]   37:     0x612170ca3b08 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b4f1 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed52ae - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8df93 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0e8a1 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::group::error::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb5318 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::group::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030918 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f186f1 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170eff20d - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef409e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   49:     0x612170f07082 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::error::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:14
[INFO] [stdout]   50:     0x6121710204fa - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::group::error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:14
[INFO] [stdout]   51:     0x612170b7cbee - unit[85e26768f2d59a77]::io::group::error
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/group.rs:100:5
[INFO] [stdout]   52:     0x612170b5ebe7 - unit[85e26768f2d59a77]::io::group::error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/group.rs:94:11
[INFO] [stdout]   53:     0x612170dba466 - <unit[85e26768f2d59a77]::io::group::error::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x61217131691b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61217131691b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   56:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   57:     0x61217132410b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x61217132410b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x61217132410b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61217132410b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   62:     0x61217132410b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   63:     0x61217131d824 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   64:     0x61217131d824 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   65:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   66:     0x612171326d12 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   68:     0x612171326d12 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x612171326d12 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x612171326d12 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   71:     0x612171326d12 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   72:     0x61217198548f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   73:     0x61217198548f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   74:     0x75e808380aa4 - <unknown>
[INFO] [stdout]   75:     0x75e80840da64 - clone
[INFO] [stdout]   76:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- io::group::read stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'io::group::read' (81) panicked at crates/inel-reactor/src/ring/mod.rs:114:14:
[INFO] [stdout] Failed to create io_uring: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61217198656a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61217198656a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61217198656a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61217199d4fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61217199d4fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x61217198b422 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61217198b422 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6121719629ff - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6121719629ff - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61217197d3d9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61217132363c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x61217132363c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61217197d652 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x61217197d652 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x612171962ab8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6121719579b9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61217196398d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x61217199dd6c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61217199dab2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x612171908df6 - <core[d17f6591d688f3bd]::result::Result<io_uring[1bb4f24e16bfd0fc]::IoUring, std[fce30c26ee6459b]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x61217191581b - <inel_reactor[7a32b356adce0ca1]::ring::RingOptions>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:114:14
[INFO] [stdout]   22:     0x61217191ae07 - <inel_reactor[7a32b356adce0ca1]::ring::Ring as core[d17f6591d688f3bd]::default::Default>::default
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/ring/mod.rs:177:25
[INFO] [stdout]   23:     0x61217139437b - inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:10:50
[INFO] [stdout]   24:     0x61217139e6e1 - <inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61217138f8ce - <core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::unwrap_or_else::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/option.rs:1067:21
[INFO] [stdout]   26:     0x61217138f8ce - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init_slow::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   27:     0x61217138f799 - <std[fce30c26ee6459b]::sys::thread_local::native::lazy::Storage<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>, ()>>::get_or_init::<inel[58b7afbe9bc1c195]::REACTOR::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   28:     0x6121713924af - inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   29:     0x61217139e52c - <inel[58b7afbe9bc1c195]::REACTOR::{K#0}::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<(core[d17f6591d688f3bd]::option::Option<&mut core[d17f6591d688f3bd]::option::Option<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x612171390a55 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_reactor[7a32b356adce0ca1]::ring::Ring>>>::try_with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:461:37
[INFO] [stdout]   31:     0x612171391427 - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_interface[816c00ec1aaf9359]::Reactor>::with::<<inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit::{closure#0}, inel_reactor[7a32b356adce0ca1]::ring::completion::Key>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:25:17
[INFO] [stdout]   32:     0x6121713947af - <inel[58b7afbe9bc1c195]::GlobalReactor as inel_reactor[7a32b356adce0ca1]::reactor::RingReactor>::submit
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/reactor.rs:34:14
[INFO] [stdout]   33:     0x6121710fc937 - <inel_reactor[7a32b356adce0ca1]::submission::Submission<inel_reactor[7a32b356adce0ca1]::op::file::OpenAt, inel[58b7afbe9bc1c195]::GlobalReactor> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-reactor/src/submission.rs:93:49
[INFO] [stdout]   34:     0x612170dcac47 - <inel[58b7afbe9bc1c195]::fs::file::OpenOptions>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:116:14
[INFO] [stdout]   35:     0x612170dce452 - <inel[58b7afbe9bc1c195]::fs::file::File>::open::<std[fce30c26ee6459b]::path::PathBuf>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/fs/file.rs:345:51
[INFO] [stdout]   36:     0x612170b5ee03 - unit[85e26768f2d59a77]::io::group::read::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/tests/unit/io/group.rs:18:57
[INFO] [stdout]   37:     0x612170ca3728 - <futures_util[e0abfac604b642fc]::future::future::map::Map<unit[85e26768f2d59a77]::io::group::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/map.rs:55:44
[INFO] [stdout]   38:     0x612170e8b451 - <futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::group::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   39:     0x612170ed4aee - <futures_util[e0abfac604b642fc]::future::future::flatten::Flatten<futures_util[e0abfac604b642fc]::future::future::Map<unit[85e26768f2d59a77]::io::group::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}>, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/flatten.rs:50:38
[INFO] [stdout]   40:     0x612170e8df33 - <futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::group::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs:86:35
[INFO] [stdout]   41:     0x612170d0e761 - <futures_util[e0abfac604b642fc]::future::future::fuse::Fuse<futures_util[e0abfac604b642fc]::future::future::Then<unit[85e26768f2d59a77]::io::group::read::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}::{closure#0}, <inel_executor[871181460bea774f]::executor::Executor>::spawn<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/future/future/fuse.rs:84:30
[INFO] [stdout]   42:     0x6121719265e7 - <inel_executor[871181460bea774f]::task::Task>::poll
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/task.rs:22:43
[INFO] [stdout]   43:     0x612170b9c4c1 - <inel_executor[871181460bea774f]::executor::Executor>::run::<inel[58b7afbe9bc1c195]::GlobalReactor>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:69:30
[INFO] [stdout]   44:     0x612170bb50d8 - <inel_executor[871181460bea774f]::executor::Executor>::block_on::<inel[58b7afbe9bc1c195]::GlobalReactor, unit[85e26768f2d59a77]::io::group::read::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel-executor/src/executor.rs:53:14
[INFO] [stdout]   45:     0x612171030896 - inel[58b7afbe9bc1c195]::block_on::<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/inel/src/lib.rs:65:36
[INFO] [stdout]   46:     0x612170f184b3 - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow::<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:673:26
[INFO] [stdout]   47:     0x612170efef8f - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::try_with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   48:     0x612170ef401e - <std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with::<<std[fce30c26ee6459b]::thread::local::LocalKey<core[d17f6591d688f3bd]::cell::RefCell<inel_executor[871181460bea774f]::executor::Executor>>>::with_borrow<inel[58b7afbe9bc1c195]::block_on<unit[85e26768f2d59a77]::io::group::read::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[WARN] too many lines in the log, truncating it
